anti-analysis/anti-vm/vm-detection

check for Windows sandbox via device

rule:
  meta:
    name: check for Windows sandbox via device
    namespace: anti-analysis/anti-vm/vm-detection
    authors:
      - "@_re_fox"
    scopes:
      static: basic block
      dynamic: thread
    att&ck:
      - Defense Evasion::Virtualization/Sandbox Evasion::System Checks [T1497.001]
    mbc:
      - Anti-Behavioral Analysis::Virtual Machine Detection [B0009]
    references:
      - https://github.com/LloydLabs/wsb-detect
    examples:
      - 773290480d5445f11d3dc1b800728966:0x140001140
  features:
    - and:
      - match: create or open file
      - string: "\\\\.\\GLOBALROOT\\device\\vmsmb"

last edited: 2023-11-24 10:35:00